object frmTIFFsave: TfrmTIFFsave Left = 190 Top = 105 ActiveControl = btnSave BorderStyle = bsDialog Caption = 'Save As TIFF' ClientHeight = 196 ClientWidth = 408 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poOwnerFormCenter OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object bvlSep: TBevel Left = 7 Top = 155 Width = 394 Height = 2 end object gbxCompression: TGroupBox Left = 7 Top = 7 Width = 394 Height = 85 Caption = ' Compression ' TabOrder = 0 object rbnCNone: TRadioButton Left = 10 Top = 17 Width = 120 Height = 17 Caption = 'None' TabOrder = 0 end object rbnCLZW: TRadioButton Left = 135 Top = 17 Width = 120 Height = 17 Caption = 'LZW' Checked = True TabOrder = 1 TabStop = True end object rbnCJPEG: TRadioButton Left = 260 Top = 17 Width = 120 Height = 17 Caption = 'JPEG' TabOrder = 2 end object rbnCZLib: TRadioButton Left = 10 Top = 37 Width = 120 Height = 17 Caption = 'ZLib/ZIP' TabOrder = 3 end object rbnCPackBits: TRadioButton Left = 135 Top = 37 Width = 120 Height = 17 Caption = 'PackBits' TabOrder = 4 end object rbnCG31: TRadioButton Left = 10 Top = 57 Width = 120 Height = 17 Caption = 'CCITT Group 3, 1D' TabOrder = 5 end object rbnCG32: TRadioButton Left = 135 Top = 57 Width = 120 Height = 17 Caption = 'CCITT Group 3, 2D' TabOrder = 6 end object rbnCG4: TRadioButton Left = 260 Top = 57 Width = 120 Height = 17 Caption = 'CCITT Group 4' TabOrder = 7 end end object gbxJPEG: TGroupBox Left = 7 Top = 94 Width = 241 Height = 57 Caption = ' Compression Level (only for JPEG) ' TabOrder = 1 object lblQualityValue: TLabel Left = 209 Top = 18 Width = 12 Height = 13 Caption = '80' Transparent = True end object tbrQuality: TTrackBar Left = 7 Top = 19 Width = 200 Height = 21 Max = 100 PageSize = 5 Frequency = 10 Position = 80 TabOrder = 0 ThumbLength = 11 OnChange = tbrQualityChange end end object btnCancel: TButton Left = 326 Top = 161 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = btnCancelClick end object btnSave: TButton Left = 247 Top = 161 Width = 75 Height = 25 Caption = 'Save' Default = True TabOrder = 3 OnClick = btnSaveClick end end